/ Assembly List / LJCDBClientLib / ObjectManager`2 / CreateLoadRequest

Namespace - LJCDBClientLib


Parameters
keyColumns - The record containing the key field values.
propertyNames - The incuded column property names.
filters - The filter values.
joins - The join values.

Returns

The DbRequest object.

Syntax

C#
public DbRequest CreateLoadRequest(DbColumns keyColumns = null, List<String> propertyNames = null, DbFilters filters = null, DbJoins joins = null)

Creates and returns the Load DbRequest object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.